Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddDelimiter Method / AddDelimiter(String[],String,String,String) Method
The structure items text array.
The stricture beginning, or opening character.
The structure ending, or closing character.
The structure character that separates items.

In This Topic
    AddDelimiter(String[],String,String,String) Method
    In This Topic
    Adds a new OMathDelimiter to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddDelimiter( _
       ByVal itemsText() As System.String, _
       Optional ByVal beginCharacter As System.String, _
       Optional ByVal endCharacter As System.String, _
       Optional ByVal separatorCharacter As System.String _
    ) As OMathDelimiter
    public OMathDelimiter AddDelimiter( 
       System.string[] itemsText,
       System.string beginCharacter,
       System.string endCharacter,
       System.string separatorCharacter
    )

    Parameters

    itemsText
    The structure items text array.
    beginCharacter
    The stricture beginning, or opening character.
    endCharacter
    The structure ending, or closing character.
    separatorCharacter
    The structure character that separates items.

    Return Value

    The added OMathDelimiter instance.
    See Also